/* new framework new life */
* {
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }

body {
  margin: 0;
  transition: all 0.3s ease 0s;
  font-family: Vodafone, Arial, Helvetica, sans-serif; }

body,
h1,
h2,
h3,
h4,
h5,
p,
span {
  color: #4a4d4e;
  font-weight: 300; }
  body b,
  h1 b,
  h2 b,
  h3 b,
  h4 b,
  h5 b,
  p b,
  span b {
    font-weight: 700; }

h1 {
  font-size: 60px;
  line-height: 62px;
  color: #e60000;
  font-weight: 700; }

h2 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 700; }
  h2.morespace {
    padding: 25px 0px 15px 0px; }

p {
  margin: 0;
  font-size: 19px; }
  p.p-center {
    text-align: center; }

.container {
  display: block;
  margin: 0 auto; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 350px;
    max-width: 95%; }
  .modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold; }
    .modal .close:hover, .modal .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer; }
  .modal .success {
    display: block;
    margin: 25px auto 25px auto; }
  .modal p {
    text-align: center; }

*:focus {
  outline: #e60000 auto 5px; }

.header {
  z-index: 2;
  position: fixed;
  width: 100%;
  top: 0;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19); }

.sm-grey {
  width: 100%;
  padding: 2px 0 4px 0;
  text-align: right;
  background: #4a4d4e; }
  .sm-grey a {
    color: #cccccc;
    font-size: 12px;
    line-height: 12px; }
    .sm-grey a:hover {
      color: #ffffff; }

.white {
  padding: 0; }

svg.logo {
  height: 50px;
  width: 50px;
  margin: 10px 10px 10px 0; }

circle.outer {
  fill: #e60000; }

.hero {
  min-height: 580px;
  max-width: 100%;
  width: 100%;
  margin: 98px auto 0 auto;
  color: #ffffff;
  padding: 0px;
  position: relative;
  background: #303030; }
  .hero h1 {
    color: #ffffff;
    margin: 60px 0 45px 0; }
    .hero h1.red {
      color: #e60000;
      margin: 60px 0 0 0; }
  .hero p {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    display: block;
    max-width: 90%; }
  .hero .btn {
    font-size: 21px; }
    .hero .btn:hover {
      background: #ffffff;
      color: #303030; }
  .hero img {
    min-width: 90%;
    max-width: 100%;
    float: right;
    margin-top: 45px; }

.flexit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexit .flexme {
    box-sizing: border-box; }
    .flexit .flexme.col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%;
      box-sizing: border-box; }
    .flexit .flexme.col-7 {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 58.33333333%;
      flex: 1 1 58.33333333%;
      max-width: 58.33333333%; }
    .flexit .flexme.col-6 {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      box-sizing: border-box; }
    .flexit .flexme.col-4 {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 33%;
      flex: 1 1 33%;
      max-width: 33%;
      box-sizing: border-box; }
    .flexit .flexme.col-5 {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 41.666667%;
      flex: 1 1 41.666667%;
      max-width: 41.666667%;
      box-sizing: border-box; }

.btn {
  margin: 25px 0 0 0;
  border: none;
  border-radius: 0;
  padding: 13px 20px;
  font-size: 20px;
  text-decoration: none;
  width: auto;
  background: #e60000;
  color: #ffffff;
  cursor: pointer; }
  .btn:hover {
    background: #333333; }

.sect {
  padding: 35px 0 45px 0; }
  .sect p,
  .sect label,
  .sect span {
    color: #ffffff;
    font-size: 18px; }
    .sect p.required,
    .sect label.required,
    .sect span.required {
      color: #e60000;
      font-weight: 700; }
  .sect .title {
    color: #ffffff; }
  .sect.grey-mid {
    background: #afafaf; }
    .sect.grey-mid h1 {
      color: #e60000;
      text-align: center;
      font-size: 36px;
      margin: 0; }
    .sect.grey-mid p,
    .sect.grey-mid label,
    .sect.grey-mid span,
    .sect.grey-mid title {
      color: #333333; }
  .sect.grey-light {
    background: #cdcdcd; }
    .sect.grey-light p,
    .sect.grey-light label,
    .sect.grey-light span,
    .sect.grey-light title {
      color: #333333; }
  .sect.grey-dmid {
    background: #999999; }
  .sect.grey-dark {
    background: #676767; }
  .sect.grey-ddark {
    background: #333333; }
    .sect.grey-ddark a {
      color: #107c92;
      text-decoration: none; }
      .sect.grey-ddark a:hover {
        text-decoration: underline; }
    .sect.grey-ddark .col-12 {
      margin-bottom: 35px; }
    .sect.grey-ddark .btn {
      display: block;
      padding: 13px 45px;
      margin: 10px auto 0 auto; }
      .sect.grey-ddark .btn:hover {
        background: #ffffff;
        color: #333333; }
  .sect label.error {
    display: block;
    color: #e60000;
    font-weight: 700;
    margin: 5px 0 0 0; }

.group {
  display: inline-block;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  width: 100%; }

.instructions {
  display: block;
  font-size: 21px;
  min-height: 21px;
  margin: 0 0 15px 0; }
  .instructions.sm {
    margin: 0; }

input[type='radio'],
input[type='checkbox'] {
  display: none; }
  input[type='radio']:checked + label.radio:after,
  input[type='checkbox']:checked + label.radio:after {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 11px;
    content: ' ';
    background: #e60000; }

input[type='text'] {
  width: 80%;
  padding: 12px 15px;
  font-size: 18px; }
  input[type='text'].sm {
    display: block;
    padding: 12px 7px;
    margin: 10px 0 0 0;
    font-size: 16px; }

textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 12px 15px;
  font-size: 18px;
  font-family: Vodafone, Arial, Helvetica, sans-serif;
  box-sizing: border-box; }

label.radio {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  display: block;
  color: #666;
  font-weight: normal;
  transition: all 0.3s ease 0s; }
  label.radio:before {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #e60000;
    border-radius: 11px;
    content: ' ';
    background-color: #ffffff; }

.title {
  display: block;
  font-weight: 700;
  font-size: 21px; }
  .title.sm {
    font-size: 18px;
    margin: 40px 0 15px 0; }

.footer {
  padding: 20px 0px;
  background: #333333;
  color: #ffffff; }
  .footer h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 34px;
    margin: 40px 0 30px; }
  .footer a.legal-2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal; }
  .footer ul {
    padding: 0;
    list-style-type: none; }
    .footer ul li a {
      color: #ffffff;
      font-size: 20px;
      text-decoration: none;
      line-height: 22px;
      margin-bottom: 15px;
      display: block; }
      .footer ul li a:hover {
        color: #e60000; }
  .footer p {
    font-size: 18px;
    color: #ffffff;
    padding: 35px 0 15px 0; }
  .footer a.legal {
    padding: 0 15px 0 15px;
    border-right: 1px solid #ffffff; }
    .footer a.legal:last-of-type {
      border: none; }
    .footer a.legal:first-of-type {
      padding: 0 15px 0 0; }

.social ul {
  float: right;
  margin: 40px 0 30px; }
  .social ul li {
    padding-left: 0;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px !important;
    width: 54px;
    height: 54px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .social ul li img {
      width: 54px;
      height: 54px; }
    .social ul li a {
      display: block;
      -webkit-transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .social ul li a:hover, .social ul li a:focus {
        background: #e60000; }

@media screen and (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px; }
  .flexit .flexme.col-5, .flexit .flexme.col-6, .flexit .flexme.col-7, .flexit .flexme.col-12 {
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px; }
  .flexit .flexme.col-5, .flexit .flexme.col-6, .flexit .flexme.col-7, .flexit .flexme.col-12 {
    padding: 0; } }

@media screen and (max-width: 991px) {
  .flexit .flexme.col-5, .flexit .flexme.col-6, .flexit .flexme.col-7, .flexit .flexme.col-12 {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 55px 10px 55px; }
  .footer .flexit .flexme.col-5,
  .footer .flexit .flexme.col-12 {
    padding: 10px 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .footer .flexit .flexme.col-5.social ul,
    .footer .flexit .flexme.col-12.social ul {
      float: none; }
  .footer .flexit .flexme.col-4,
  .footer .flexit .flexme.col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48%;
    padding: 10px 15px; }
  body {
    overflow-x: hidden; } }

/*# sourceMappingURL=iot_surv.css.map */